]> git.neil.brown.name Git - wiggle.git/commitdiff
New release: v1.3 v1.3
authorNeilBrown <neil@brown.name>
Sat, 3 Oct 2020 10:49:53 +0000 (20:49 +1000)
committerNeilBrown <neil@brown.name>
Sat, 3 Oct 2020 10:49:53 +0000 (20:49 +1000)
- performance improvements when comparing large files
- libwiggle.a can be built for other tools to use
- Makefile is quieter and can put binaries elsewhere
- fix a bug that corrupted the format of output in some cases.

Signed-off-by: NeilBrown <neil@brown.name>
ReadMe.c
wiggle.1
wiggle.spec

index e7ad487c2d5a9aee48a1663236345c2a761986dd..520de1673910cd55af40115614dceb817baf62d6 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "wiggle.h"
 
 #ifndef VERSION
-#define VERSION "1.2"
+#define VERSION "1.3"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "2019-12-27"
+#define VERS_DATE "2020-10-03"
 #endif
 
 char Version[] = "wiggle " VERSION " " VERS_DATE " GPL-2+ http://neil.brown.name/wiggle/\n";
index 1715c2858d21a0bea031077b72ddcb236d89e3cf..5fb79d01ef9f9758901ef8335ad953ffae0c7ab4 100644 (file)
--- a/wiggle.1
+++ b/wiggle.1
@@ -22,7 +22,7 @@
 .\"    Author: Neil Brown
 .\"    Email: <neil@brown.name>
 .\"
-.TH WIGGLE 1 "" v1.2
+.TH WIGGLE 1 "" v1.3
 .SH NAME
 wiggle \- apply rejected patches and perform word-wise diffs
 .SH SYNOPSIS
index 9849e2591484cb0a103560a3843208b8541b4d2e..7b03e6d2ae2827d2ec9daa3c2b8c3a52c35996db 100644 (file)
@@ -1,6 +1,6 @@
 Summary: A tool for applying patches with conflicts
 Name: wiggle
-Version: 1.2
+Version: 1.3
 Release: 1
 License: GPL
 Group: Development/Tools